PEGetNParameterDefaultValues

Use PEGetNParameterDefaultValues to determine the number of default values associated with the specified parameter in a report.

C Syntax
short CRPE_API PEGetNParameterDefaultValues (
        short printJob
        const char FAR *parameterFieldName
        const char FAR *reportName );
Parameters

printJob

Specifies the print job for which you want to determine the number of parameter default values.

parameterField
Name

Specifies a pointer to the string containing the name of the parameter field.

reportName

Specifies a pointer to the string containing the name of the report. See Remarks below.

Returns
Remarks

Regarding parameter reportName:

VB Syntax
Declare Function PEGetNParameterDefaultValues Lib "crpe32.dll" ( _
    ByVal printJob As Integer, ByVal parameterFieldName As String, _
    ByVal reportName As String ) As Integer
Delphi Syntax
function PEGetNParameterDefaultValues (
    
printJob: smallint;
    const parameterFieldName: PChar;
    const reportName: PChar
    ): Smallint stdcall;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com